home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 February / pcpro0202.iso / essentials / system / Touch Pro 4.0.0.1 / touchpro.exe / Touchpro.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-09-11  |  3.0 KB  |  92 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. ; ***********************
  6. ; Windows 95 Installation
  7. ; ***********************
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11. UpdateInis=ThisDll.Links
  12.  
  13. [DefaultUninstall]
  14. DelFiles=ThisDll.sys.install
  15. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  16. UpdateInis=ThisDll.Links.Remove
  17.  
  18. ; ***********************
  19. ; Windows NT Installation
  20. ; ***********************
  21. [DefaultInstall.ntx86]
  22. CopyFiles=ThisDll.sys.install
  23. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  24. UpdateInis=ThisDll.Links
  25.  
  26. [DefaultUninstall.ntx86]
  27. DelFiles=ThisDll.sys.install
  28. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  29. UpdateInis=ThisDll.Links.Remove
  30.  
  31.  
  32.  
  33.  
  34. [ThisDll.Links]
  35. setup.ini, progman.groups,, "group1=%Program_Group%"
  36. setup.ini, group1,, """%Readme_Desc%"", ""%11%\%SubDir%\TouchPro.txt"",,,,,%Readme_Desc%"
  37. setup.ini, group1,, """%Register_Desc%"", ""rundll32 %11%\%SubDir%\%ThisDll%,Product_Install I"",,,,,%Register_Desc%"
  38.  
  39. [ThisDll.Links.Remove]
  40. setup.ini, progman.groups,, "group1=%Program_Group%"
  41. setup.ini, group1,, """%Readme_Desc%""
  42. setup.ini, group1,, """%Register_Desc%""
  43.  
  44.  
  45.  
  46.  
  47.  
  48. [ThisDll.Add.Reg]
  49. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,"JD Design Touch Property Page"
  50. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  51. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000}\InProcServer32,ThreadingModel,,Apartment
  52. HKCR,*\shellex\PropertySheetHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  53. HKCR,*\shellex\ContextMenuHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  54. HKCR,Folder\shellex\PropertySheetHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  55. HKCR,Folder\shellex\ContextMenuHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  56.  
  57.  
  58. [ThisDll.Uninst.Reg]
  59. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,,,
  60. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"DisplayName",,"JD Design TouchPro (Remove Only)"
  61. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"UninstallString",,"rundll setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\TouchPro.inf"
  62.  
  63. [ThisDll.Uninst.Reg.NT]
  64. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,,,
  65. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"DisplayName",,"JD Design TouchPro (Remove Only)"
  66. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"UninstallString",,"rundll32 setupapi.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\TouchPro.inf"
  67.  
  68. [ThisDll.sys.install]
  69. TouchPro.dll
  70. TouchPro.inf
  71. TouchPro.hlp
  72. Touchf95.exe
  73. TouchPro.txt
  74. TouchCmd.exe
  75.  
  76. [DestinationDirs]
  77. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  78.  
  79. [SourceDisksNames]
  80. 55="TouchPro","",1
  81.  
  82. [SourceDisksFiles]
  83. %ThisDll%=55
  84.  
  85. [Strings]
  86. SubDir = "ShellExt"
  87. ThisDll = "TouchPro.dll"
  88. Program_Group = "JD Design\TouchPro"
  89. Readme_Desc = "Readme"
  90. Register_Desc = "Enter your Registration Information"
  91.  
  92.